home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter6 / delitem.h < prev    next >
Text File  |  1995-10-05  |  596b  |  20 lines

  1. #define IDM_EXIT           100
  2. #define IDM_INSCIRCLE      201
  3. #define IDM_INSRECT        202
  4. #define IDM_INSCROSS       203
  5. #define IDM_INSCHECK       204
  6. #define IDM_VIEWLARGE      205
  7. #define IDM_VIEWSMALL      206
  8. #define IDM_VIEWLIST       207
  9. #define IDM_VIEWDETAILS    208
  10. #define IDM_DELETE         209
  11. #define IDM_DELETEALL      210
  12. #define IDM_DUPLICATE      211
  13. #define IDM_ABOUT          300
  14.  
  15. #define DLG_VERFIRST        400
  16. #define DLG_VERLAST         404
  17.  
  18. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  19. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  20.